home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / where_is_the_car_key__1.0_ / card_3808.txt < prev    next >
Text File  |  1993-06-24  |  563b  |  31 lines

  1. -- card: 3808 from stack: in.0_
  2. -- bmap block id: 4295
  3. -- flags: 4000
  4. -- background id: 2742
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   wait 2sec
  9.   go next card
  10. end opencard
  11.  
  12.  
  13. -- part 2 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=0 top=0 right=342 bottom=512
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Neue Taste
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual scroll up
  28.   go card"b"
  29. end mouseUp
  30.  
  31.